-
Notifications
You must be signed in to change notification settings - Fork 50
update deps 07 05 2021 #1411
update deps 07 05 2021 #1411
Conversation
- craco/craco - openapitools/openapi-generator-cli - antd - axios - electron-log - ethers - fp-ts - fp-ts-rxjs - react-intl - styled-components - typescript
deps updated: - @storybook/addon-actions - @storybook/addon-controls - @storybook/addon-knobs - @storybook/addon-links - @storybook/addon-viewport - @storybook/addons - @storybook/theming - @testing-library/jest-dom - @testing-library/react-hooks - @testing-library/user-event - @types/fs-extra - @types/jest - @types/react - concurrently
- concurrently - eslint-config-prettier - eslint-plugin-prettier - node-abi - testcafe - ts-jest - webpack-cli
- electron - electron-builder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From prettier blog about Prettier 2.3.
https://prettier.io/blog/2021/05/09/2.3.0.html
This release focuses on fixing long-standing issues in the JavaScript printer. Be warned that, unfortunately, reformatting a project with the new version might result in quite a big diff. If you don’t use ignoreRevsFile to hide such wholesale changes from git blame, it might be about time.
Pls try to revert changes made by latest prettier to follow suggestion for using ignoreRevsFile
, Iit might reduce these massive changes in this PR (hopefully)
8190df9
to
89fd697
Compare
This reverts commit df8bf13.
as discussed at the DMs all prettier-related changes will be moved to the separate PR as github does does not support such feature. it's only for local |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work!
- electron@13, misc. electron* packages - Node 14.17 (as same as Electron 13 is using) - Latest [email protected] - Latest `[email protected]` - [email protected] - [email protected] (upgrade to 0.9.x is not possible due issues with webpack 5 used by craco - still same issue as mentioned in #1411) - webpack-cli
## Notes - `yarn.lock` has been created from scratch (by removing it before running `yarn`) - Node version update to `14.17` (as same as Electron@13 is using - see https://www.electronjs.org/releases/stable?version=13&page=2#13.0.0) - `.storybook/main.js` defines `reactDocgen: 'react-docgen'` temporary (just as a workaround as mentioned in styleguidist/react-docgen-typescript#356 (comment)) - Upgrades to latest react-chart | [email protected] needs updates for data and style handling for `PoolDetailsChart*.ts` - Stick on `[email protected]` (even a minor update to `@0.39.13` breaks tests - see https://github.com/thorchain/asgardex-electron/pull/1579/checks?check_run_id=2903609210#step:8:27) - Following packages could not be updated (similar issues we had before in #1411) ```bash ncu Checking asgardex-electron/package.json [====================] 105/105 100% @storybook/react ^6.1.21 → ^6.3.0 // breaks build of storybook, it seems babel loader version is not compatible with current CRA (as mentioned in #1411) @types/node ^14.17 → ^15.12 // we stick on [email protected] used by [email protected] ts-loader ^8.3.0 → ^9.2.3 // not compatible w/ webpack <5.0 - see https://github.com/TypeStrong/ts-loader/releases/tag/v9.0.0 cosmos-client ^0.39.2 → ^0.42.5 // `xchain-cosmos` needs to be updated before ethers ^5.1.4 → ^5.3.1 // `xchain-ethereum` needs to be updated before rxjs ^6.6.7 → ^7.1.0 // `fp-ts-rxjs` + `@devexperts/rx-utils/dist/observable.utils` still depends on [email protected] ```
## Notes - `yarn.lock` has been created from scratch (by removing it before running `yarn`) - Node version update to `14.17` (as same as Electron@13 is using - see https://www.electronjs.org/releases/stable?version=13&page=2#13.0.0) - `.storybook/main.js` defines `reactDocgen: 'react-docgen'` temporary (just as a workaround as mentioned in styleguidist/react-docgen-typescript#356 (comment)) - Upgrades to latest react-chart | [email protected] needs updates for data and style handling for `PoolDetailsChart*.ts` - Stick on `[email protected]` (even a minor update to `@0.39.13` breaks tests - see https://github.com/thorchain/asgardex-electron/pull/1579/checks?check_run_id=2903609210#step:8:27) - Following packages could not be updated (similar issues we had before in thorchain/asgardex-electron#1411) ```bash ncu Checking asgardex-electron/package.json [====================] 105/105 100% @storybook/react ^6.1.21 → ^6.3.0 // breaks build of storybook, it seems babel loader version is not compatible with current CRA (as mentioned in #1411) @types/node ^14.17 → ^15.12 // we stick on [email protected] used by [email protected] ts-loader ^8.3.0 → ^9.2.3 // not compatible w/ webpack <5.0 - see https://github.com/TypeStrong/ts-loader/releases/tag/v9.0.0 cosmos-client ^0.39.2 → ^0.42.5 // `xchain-cosmos` needs to be updated before ethers ^5.1.4 → ^5.3.1 // `xchain-ethereum` needs to be updated before rxjs ^6.6.7 → ^7.1.0 // `fp-ts-rxjs` + `@devexperts/rx-utils/dist/observable.utils` still depends on [email protected] ```
Also includes manual clean-up of
yarn.lock
packages not updated:
ts-loader
can not update to 9x version as it does not support webpack<5x which is used by craco